home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- Here is the "DJGPP" version of the code.
-
- I wrote it first using this compiler, until WATCOM came in... it really
- is quite a good compiler.
-
- Also included is the binary of a port of GIFLIB 1.2 "libgif.a" which
- is also "enhanced" with a few extra things.
-
- This is my compile batch file:
-
- gcc %2 %3 %4 -o %1 %1.c -lgif -lgrx -lm -lpc
-
- Note the "grx" inclusion...
-
-
-
-
-